negotiator.xml
Class SimpleDOMParser

java.lang.Object
  extended by negotiator.xml.SimpleDOMParser

public class SimpleDOMParser
extends java.lang.Object

SimpleDOMParser is a highly-simplified XML DOM parser.


Constructor Summary
SimpleDOMParser()
           
 
Method Summary
 SimpleElement parse(java.io.Reader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDOMParser

public SimpleDOMParser()
Method Detail

parse

public SimpleElement parse(java.io.Reader reader)
                    throws java.io.IOException
Throws:
java.io.IOException